PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFHatchBrush Class / PDFHatchBrush Constructor / PDFHatchBrush Constructor(double,double)
The width of the brush hatch model.
The height of the brush hatch model.
In This Topic
    PDFHatchBrush Constructor(double,double)
    In This Topic
    Initializes a new PDFHatchBrush object.
    Syntax
    public PDFHatchBrush( 
       double width,
       double height
    )

    Parameters

    width
    The width of the brush hatch model.
    height
    The height of the brush hatch model.
    See Also